home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMMEDIAFORMAT / TFMMEDIAFORMAT.txt
Text File  |  2004-09-21  |  3KB  |  153 lines

  1. object FmMediaFormat: TFmMediaFormat
  2.   Left = 385
  3.   Top = 349
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Media Format'
  7.   ClientHeight = 142
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnHide = ClientDataSetFormHide
  18.   OnShow = ClientDataSetFormShow
  19.   DataSource = DM.DsMediaTypes
  20.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  21.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  22.   OnDataValidate = ClientDataSetFormDataValidate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblName: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Name:'
  31.     FocusControl = EdtName
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 84
  36.     Width = 29
  37.     Height = 13
  38.     Caption = '&Code:'
  39.     FocusControl = EdtCode
  40.   end
  41.   object LblImage: TLabel
  42.     Left = 184
  43.     Top = 84
  44.     Width = 34
  45.     Height = 13
  46.     Caption = '&Image:'
  47.     FocusControl = EdtImage
  48.   end
  49.   object BtnOk: TBitBtn
  50.     Left = 136
  51.     Top = 112
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 4
  55.     OnClick = BtnOkClick
  56.     Kind = bkOK
  57.   end
  58.   object BtnCancel: TBitBtn
  59.     Left = 216
  60.     Top = 112
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 5
  64.     Kind = bkCancel
  65.   end
  66.   object PnlHeader: TPanel
  67.     Left = 8
  68.     Top = 8
  69.     Width = 289
  70.     Height = 25
  71.     Alignment = taLeftJustify
  72.     BevelOuter = bvNone
  73.     Caption = ' Media Format'
  74.     Color = clBtnShadow
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindow
  77.     Font.Height = -13
  78.     Font.Name = 'Tahoma'
  79.     Font.Style = [fsBold]
  80.     ParentBackground = False
  81.     ParentFont = False
  82.     TabOrder = 0
  83.   end
  84.   object EdtName: TcxDBTextEdit
  85.     Left = 56
  86.     Top = 48
  87.     Width = 241
  88.     Height = 21
  89.     DataBinding.DataField = 'Description'
  90.     DataBinding.DataSource = DM.DsMediaTypes
  91.     Properties.OnChange = EdtChange
  92.     Style.StyleController = DM.EditStyles
  93.     TabOrder = 1
  94.   end
  95.   object EdtCode: TcxDBTextEdit
  96.     Left = 56
  97.     Top = 80
  98.     Width = 89
  99.     Height = 21
  100.     DataBinding.DataField = 'MediaName'
  101.     DataBinding.DataSource = DM.DsMediaTypes
  102.     Properties.OnChange = EdtChange
  103.     TabOrder = 2
  104.   end
  105.   object EdtImage: TcxDBImageComboBox
  106.     Left = 232
  107.     Top = 80
  108.     Width = 65
  109.     Height = 21
  110.     DataBinding.DataField = 'ImageId'
  111.     DataBinding.DataSource = DM.DsMediaTypes
  112.     Properties.Images = FmGenrePopup.ImagesMedia
  113.     Properties.Items = <
  114.       item
  115.         ImageIndex = 0
  116.         Value = 0
  117.       end
  118.       item
  119.         ImageIndex = 1
  120.         Value = 1
  121.       end
  122.       item
  123.         ImageIndex = 2
  124.         Value = 2
  125.       end
  126.       item
  127.         ImageIndex = 3
  128.         Value = 3
  129.       end
  130.       item
  131.         ImageIndex = 4
  132.         Value = 4
  133.       end>
  134.     Properties.ReadOnly = False
  135.     Properties.ShowDescriptions = False
  136.     Style.LookAndFeel.NativeStyle = True
  137.     Style.Shadow = False
  138.     Style.StyleController = DM.EditStyles
  139.     TabOrder = 3
  140.   end
  141.   object TblMediaFormatsLookup: TEasyTable
  142.     CurrentVersion = '5.72 '
  143.     TableName = 'MediaTypes'
  144.     DatabaseName = 'AudiophilerDb'
  145.     InMemory = False
  146.     AutoIndexes = False
  147.     CacheEnabled = True
  148.     BDELikeFilter = False
  149.     Left = 8
  150.     Top = 104
  151.   end
  152. end
  153.